PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / setRadiosInUnison Method
True if a group of radio buttons widgets within a radio button field that use the same export value will turn on and off in unison.
In This Topic
    setRadiosInUnison Method
    In This Topic
    Sets a value indicating whether all the widgets the same export value in the same radio button group should be selected.
    If set, a group of radio buttons within a radio button field that use the same export value will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive.
    Syntax
    public void setRadiosInUnison( 
       boolean value
    )

    Parameters

    value
    True if a group of radio buttons widgets within a radio button field that use the same export value will turn on and off in unison.
    See Also